Html Css Color HEX #F23ADD Razzle Dazzle Rose

📋 copy color: '#F23ADD'

red 242 ◦ green 58 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F23ADD

Tints of Razzle Dazzle Rose #F23ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.13%

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 46.45%
G = 11.13%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F23ADD (or 0xF23ADD) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3A and DD. RGB value is (242,58,221). Sum of RGB (Red+Green+Blue) = 242+58+221=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 58 (23.05% from 255 or 11.13% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F23ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23ADD is #0DC522. Grayscale: #838383. Windows color (decimal): -902435 or 14498546. OLE color: 14498546.

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

Color convert

RGB 242 58 221 -
CMYK 0 0.76 0.09 0.05
HSL 306.85º 0.88% 0.59% -
HSV(B) 306.85º 0.76% 0.95% -
XYZ 51.18 27.12 70.94 -
YUV 131.6 178.46 206.75 -
System Red Green Blue C M Y K H S L
Decimal 242 58 221 0 0.76 0.09 0.05 306.85 0.88 0.59
Hex F2 3A DD 0 4C 9 5 133 58 3B
Octal 362 72 335 0 114 11 5 463 130 73
Binary 11110010 111010 11011101 0 1001100 1001 101 100110011 1011000 111011

Color Harmonies of #F23ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23ADD

Black with #F23ADD

Text Example


Text Example

White with #F23ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23ADD; }

 p { color: rgb(242,58,221); }

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

background-color css

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

 a { background-color: rgb(242,58,221); }

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

border-color css

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

 span { border-color: rgb(242,58,221); }

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