Html Css Color HEX #F235AA Persian Rose

📋 copy color: '#F235AA'

red 242 ◦ green 53 ◦ blue 170

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

Shades of Persian Rose #F235AA

Tints of Persian Rose #F235AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.56%

R = 52.04%
G = 11.4%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F235AA (or 0xF235AA) is known color: Persian Rose. HEX triplet: F2, 35 and AA. RGB value is (242,53,170). Sum of RGB (Red+Green+Blue) = 242+53+170=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F235AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F235AA is #0DCA55. Grayscale: #7A7A7A. Windows color (decimal): -903766 or 11154930. OLE color: 11154930.

HSL color Cylindrical-coordinate representation of color #F235AA: hue angle of 322.86º 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 #F235AA is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 53 170 -
CMYK 0 0.78 0.30 0.05
HSL 322.86º 0.88% 0.58% -
HSV(B) 322.86º 0.78% 0.95% -
XYZ 45.15 24.33 40.35 -
YUV 122.85 154.62 212.99 -
System Red Green Blue C M Y K H S L
Decimal 242 53 170 0 0.78 0.30 0.05 322.86 0.88 0.58
Hex F2 35 AA 0 4E 1E 5 143 58 3A
Octal 362 65 252 0 116 36 5 503 130 72
Binary 11110010 110101 10101010 0 1001110 11110 101 101000011 1011000 111010

Color Harmonies of #F235AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F235AA

Black with #F235AA

Text Example


Text Example

White with #F235AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F235AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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