Html Css Color HEX #F1269C Persian Rose

📋 copy color: '#F1269C'

red 241 ◦ green 38 ◦ blue 156

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

Shades of Persian Rose #F1269C

Tints of Persian Rose #F1269C

RGB

 RED value IS 241 (94.53% from 255) = 55.4%

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

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

R = 55.4%
G = 8.74%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1269C (or 0xF1269C) is known color: Persian Rose. HEX triplet: F1, 26 and 9C. RGB value is (241,38,156). Sum of RGB (Red+Green+Blue) = 241+38+156=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 38 (15.23% from 255 or 8.74% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F1269C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1269C is #0ED963. Grayscale: #6F6F6F. Windows color (decimal): -973156 or 10233585. OLE color: 10233585.

HSL color Cylindrical-coordinate representation of color #F1269C: hue angle of 325.12º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F1269C is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 38 156 -
CMYK 0 0.84 0.35 0.05
HSL 325.12º 0.88% 0.55% -
HSV(B) 325.12º 0.84% 0.95% -
XYZ 42.97 22.49 33.53 -
YUV 112.15 152.75 219.91 -
System Red Green Blue C M Y K H S L
Decimal 241 38 156 0 0.84 0.35 0.05 325.12 0.88 0.55
Hex F1 26 9C 0 54 23 5 145 58 37
Octal 361 46 234 0 124 43 5 505 130 67
Binary 11110001 100110 10011100 0 1010100 100011 101 101000101 1011000 110111

Color Harmonies of #F1269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1269C

Black with #F1269C

Text Example


Text Example

White with #F1269C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1269C; }

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

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

background-color css

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

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

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

border-color css

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

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

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