Html Css Color HEX #F4269C Persian Rose

📋 copy color: '#F4269C'

red 244 ◦ green 38 ◦ blue 156

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

Shades of Persian Rose #F4269C

Tints of Persian Rose #F4269C

RGB

 RED value IS 244 (95.7% from 255) = 55.71%

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

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

R = 55.71%
G = 8.68%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F4269C (or 0xF4269C) is known color: Persian Rose. HEX triplet: F4, 26 and 9C. RGB value is (244,38,156). Sum of RGB (Red+Green+Blue) = 244+38+156=438 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.71% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 244 - color contains mainly: red. Hex color #F4269C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4269C is #0BD963. Grayscale: #707070. Windows color (decimal): -776548 or 10233588. OLE color: 10233588.

HSL color Cylindrical-coordinate representation of color #F4269C: hue angle of 325.63º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4269C is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 38 156 -
CMYK 0 0.84 0.36 0.04
HSL 325.63º 0.9% 0.55% -
HSV(B) 325.63º 0.84% 0.96% -
XYZ 44 23.02 33.58 -
YUV 113.05 152.25 221.41 -
System Red Green Blue C M Y K H S L
Decimal 244 38 156 0 0.84 0.36 0.04 325.63 0.9 0.55
Hex F4 26 9C 0 54 24 4 146 5A 37
Octal 364 46 234 0 124 44 4 506 132 67
Binary 11110100 100110 10011100 0 1010100 100100 100 101000110 1011010 110111

Color Harmonies of #F4269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4269C

Black with #F4269C

Text Example


Text Example

White with #F4269C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4269C; }

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

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

background-color css

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

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

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

border-color css

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

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

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