Html Css Color HEX #F23ADB Razzle Dazzle Rose

📋 copy color: '#F23ADB'

red 242 ◦ green 58 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F23ADB

Tints of Razzle Dazzle Rose #F23ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 46.63%
G = 11.18%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F23ADB (or 0xF23ADB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3A and DB. RGB value is (242,58,219). Sum of RGB (Red+Green+Blue) = 242+58+219=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 58 (23.05% from 255 or 11.18% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F23ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23ADB is #0DC524. Grayscale: #828282. Windows color (decimal): -902437 or 14367474. OLE color: 14367474.

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

Color convert

RGB 242 58 219 -
CMYK 0 0.76 0.10 0.05
HSL 307.5º 0.88% 0.59% -
HSV(B) 307.5º 0.76% 0.95% -
XYZ 50.92 27.02 69.55 -
YUV 131.37 177.46 206.91 -
System Red Green Blue C M Y K H S L
Decimal 242 58 219 0 0.76 0.10 0.05 307.5 0.88 0.59
Hex F2 3A DB 0 4C A 5 134 58 3B
Octal 362 72 333 0 114 12 5 464 130 73
Binary 11110010 111010 11011011 0 1001100 1010 101 100110100 1011000 111011

Color Harmonies of #F23ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23ADB

Black with #F23ADB

Text Example


Text Example

White with #F23ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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