Html Css Color HEX #F9269C Persian Rose

📋 copy color: '#F9269C'

red 249 ◦ green 38 ◦ blue 156

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

Shades of Persian Rose #F9269C

Tints of Persian Rose #F9269C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.21%

R = 56.21%
G = 8.58%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9269C (or 0xF9269C) is known color: Persian Rose. HEX triplet: F9, 26 and 9C. RGB value is (249,38,156). Sum of RGB (Red+Green+Blue) = 249+38+156=443 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.21% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 249 - color contains mainly: red. Hex color #F9269C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9269C is #06D963. Grayscale: #727272. Windows color (decimal): -448868 or 10233593. OLE color: 10233593.

HSL color Cylindrical-coordinate representation of color #F9269C: hue angle of 326.45º 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 #F9269C is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 38 156 -
CMYK 0 0.85 0.37 0.02
HSL 326.45º 0.95% 0.56% -
HSV(B) 326.45º 0.85% 0.98% -
XYZ 45.76 23.93 33.66 -
YUV 114.54 151.4 223.91 -
System Red Green Blue C M Y K H S L
Decimal 249 38 156 0 0.85 0.37 0.02 326.45 0.95 0.56
Hex F9 26 9C 0 55 25 2 146 5F 38
Octal 371 46 234 0 125 45 2 506 137 70
Binary 11111001 100110 10011100 0 1010101 100101 10 101000110 1011111 111000

Color Harmonies of #F9269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9269C

Black with #F9269C

Text Example


Text Example

White with #F9269C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9269C; }

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

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

background-color css

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

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

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

border-color css

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

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

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