Html Css Color HEX #F23EB3 Persian Rose

📋 copy color: '#F23EB3'

red 242 ◦ green 62 ◦ blue 179

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

Shades of Persian Rose #F23EB3

Tints of Persian Rose #F23EB3

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.84%

 BLUE value IS 179 (70.31% from 255) = 37.06%

R = 50.1%
G = 12.84%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F23EB3 (or 0xF23EB3) is known color: Persian Rose. HEX triplet: F2, 3E and B3. RGB value is (242,62,179). Sum of RGB (Red+Green+Blue) = 242+62+179=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 62 (24.61% from 255 or 12.84% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F23EB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23EB3 is #0DC14C. Grayscale: #808080. Windows color (decimal): -901453 or 11747058. OLE color: 11747058.

HSL color Cylindrical-coordinate representation of color #F23EB3: hue angle of 321º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F23EB3 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 62 179 -
CMYK 0 0.74 0.26 0.05
HSL 321º 0.87% 0.6% -
HSV(B) 321º 0.74% 0.95% -
XYZ 46.48 25.58 45.14 -
YUV 129.16 156.13 208.49 -
System Red Green Blue C M Y K H S L
Decimal 242 62 179 0 0.74 0.26 0.05 321 0.87 0.6
Hex F2 3E B3 0 4A 1A 5 141 57 3C
Octal 362 76 263 0 112 32 5 501 127 74
Binary 11110010 111110 10110011 0 1001010 11010 101 101000001 1010111 111100

Color Harmonies of #F23EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23EB3

Black with #F23EB3

Text Example


Text Example

White with #F23EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23EB3; }

 p { color: rgb(242,62,179); }

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

background-color css

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

 a { background-color: rgb(242,62,179); }

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

border-color css

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

 span { border-color: rgb(242,62,179); }

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