Html Css Color HEX #F9269A Persian Rose

📋 copy color: '#F9269A'

red 249 ◦ green 38 ◦ blue 154

#F9269A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #F9269A

Tints of Persian Rose #F9269A

RGB

 RED value IS 249 (97.66% from 255) = 56.46%

 GREEN value IS 38 (15.23% from 255) = 8.62%

 BLUE value IS 154 (60.55% from 255) = 34.92%

R = 56.46%
G = 8.62%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F9269A (or 0xF9269A) is known color: Persian Rose. HEX triplet: F9, 26 and 9A. RGB value is (249,38,154). Sum of RGB (Red+Green+Blue) = 249+38+154=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F9269A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9269A is #06D965. Grayscale: #727272. Windows color (decimal): -448870 or 10102521. OLE color: 10102521.

HSL color Cylindrical-coordinate representation of color #F9269A: hue angle of 327.01º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F9269A is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 38 154 -
CMYK 0 0.85 0.38 0.02
HSL 327.01º 0.95% 0.56% -
HSV(B) 327.01º 0.85% 0.98% -
XYZ 45.59 23.86 32.77 -
YUV 114.31 150.4 224.07 -
System Red Green Blue C M Y K H S L
Decimal 249 38 154 0 0.85 0.38 0.02 327.01 0.95 0.56
Hex F9 26 9A 0 55 26 2 147 5F 38
Octal 371 46 232 0 125 46 2 507 137 70
Binary 11111001 100110 10011010 0 1010101 100110 10 101000111 1011111 111000

Color Harmonies of #F9269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9269A

Black with #F9269A

Text Example


Text Example

White with #F9269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9269A; }

 p { color: rgb(249,38,154); }

 H1.HeaderClassName
 {
   color: #F9269A;
 }
 .AnyTagClassName
 {
   color: #F9269A;
 }
</style>

background-color css

<style>
 a { background-color: #F9269A; }

 a { background-color: rgb(249,38,154); }

 div.DivClassName
 {
   background-color: #F9269A;
 }
 .BgClassName
 {
   background-color: #F9269A;
 }
</style>

border-color css

<style>
 span { border-color: #F9269A; }

 span { border-color: rgb(249,38,154); }

 td.TdClassName
 {
   border-color: #F9269A;
 }
 .TagClassName
 {
   border-color: #F9269A;
 }
</style>