Html Css Color HEX #F236B2 Persian Rose

📋 copy color: '#F236B2'

red 242 ◦ green 54 ◦ blue 178

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

Shades of Persian Rose #F236B2

Tints of Persian Rose #F236B2

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.39%

 BLUE value IS 178 (69.92% from 255) = 37.55%

R = 51.05%
G = 11.39%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F236B2 (or 0xF236B2) is known color: Persian Rose. HEX triplet: F2, 36 and B2. RGB value is (242,54,178). Sum of RGB (Red+Green+Blue) = 242+54+178=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 54 (21.48% from 255 or 11.39% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F236B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F236B2 is #0DC94D. Grayscale: #7C7C7C. Windows color (decimal): -903502 or 11679474. OLE color: 11679474.

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

Color convert

RGB 242 54 178 -
CMYK 0 0.78 0.26 0.05
HSL 320.43º 0.88% 0.58% -
HSV(B) 320.43º 0.78% 0.95% -
XYZ 45.97 24.73 44.47 -
YUV 124.35 158.28 211.92 -
System Red Green Blue C M Y K H S L
Decimal 242 54 178 0 0.78 0.26 0.05 320.43 0.88 0.58
Hex F2 36 B2 0 4E 1A 5 140 58 3A
Octal 362 66 262 0 116 32 5 500 130 72
Binary 11110010 110110 10110010 0 1001110 11010 101 101000000 1011000 111010

Color Harmonies of #F236B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F236B2

Black with #F236B2

Text Example


Text Example

White with #F236B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F236B2; }

 p { color: rgb(242,54,178); }

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

background-color css

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

 a { background-color: rgb(242,54,178); }

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

border-color css

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

 span { border-color: rgb(242,54,178); }

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