Html Css Color HEX #F23CB0 Persian Rose

📋 copy color: '#F23CB0'

red 242 ◦ green 60 ◦ blue 176

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

Shades of Persian Rose #F23CB0

Tints of Persian Rose #F23CB0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.55%

 BLUE value IS 176 (69.14% from 255) = 36.82%

R = 50.63%
G = 12.55%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F23CB0 (or 0xF23CB0) is known color: Persian Rose. HEX triplet: F2, 3C and B0. RGB value is (242,60,176). Sum of RGB (Red+Green+Blue) = 242+60+176=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F23CB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23CB0 is #0DC34F. Grayscale: #7F7F7F. Windows color (decimal): -901968 or 11549938. OLE color: 11549938.

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

Color convert

RGB 242 60 176 -
CMYK 0 0.75 0.27 0.05
HSL 321.76º 0.88% 0.59% -
HSV(B) 321.76º 0.75% 0.95% -
XYZ 46.07 25.24 43.52 -
YUV 127.64 155.3 209.57 -
System Red Green Blue C M Y K H S L
Decimal 242 60 176 0 0.75 0.27 0.05 321.76 0.88 0.59
Hex F2 3C B0 0 4B 1B 5 142 58 3B
Octal 362 74 260 0 113 33 5 502 130 73
Binary 11110010 111100 10110000 0 1001011 11011 101 101000010 1011000 111011

Color Harmonies of #F23CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23CB0

Black with #F23CB0

Text Example


Text Example

White with #F23CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23CB0; }

 p { color: rgb(242,60,176); }

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

background-color css

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

 a { background-color: rgb(242,60,176); }

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

border-color css

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

 span { border-color: rgb(242,60,176); }

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