Html Css Color HEX #F235A8 Persian Rose

📋 copy color: '#F235A8'

red 242 ◦ green 53 ◦ blue 168

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

Shades of Persian Rose #F235A8

Tints of Persian Rose #F235A8

RGB

 RED value IS 242 (94.92% from 255) = 52.27%

 GREEN value IS 53 (21.09% from 255) = 11.45%

 BLUE value IS 168 (66.02% from 255) = 36.29%

R = 52.27%
G = 11.45%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F235A8 (or 0xF235A8) is known color: Persian Rose. HEX triplet: F2, 35 and A8. RGB value is (242,53,168). Sum of RGB (Red+Green+Blue) = 242+53+168=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F235A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F235A8 is #0DCA57. Grayscale: #7A7A7A. Windows color (decimal): -903768 or 11023858. OLE color: 11023858.

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

Color convert

RGB 242 53 168 -
CMYK 0 0.78 0.31 0.05
HSL 323.49º 0.88% 0.58% -
HSV(B) 323.49º 0.78% 0.95% -
XYZ 44.96 24.25 39.36 -
YUV 122.62 153.62 213.15 -
System Red Green Blue C M Y K H S L
Decimal 242 53 168 0 0.78 0.31 0.05 323.49 0.88 0.58
Hex F2 35 A8 0 4E 1F 5 143 58 3A
Octal 362 65 250 0 116 37 5 503 130 72
Binary 11110010 110101 10101000 0 1001110 11111 101 101000011 1011000 111010

Color Harmonies of #F235A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F235A8

Black with #F235A8

Text Example


Text Example

White with #F235A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F235A8; }

 p { color: rgb(242,53,168); }

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

background-color css

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

 a { background-color: rgb(242,53,168); }

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

border-color css

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

 span { border-color: rgb(242,53,168); }

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