Html Css Color HEX #F23AD5 Razzle Dazzle Rose

📋 copy color: '#F23AD5'

red 242 ◦ green 58 ◦ blue 213

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

Shades of Razzle Dazzle Rose #F23AD5

Tints of Razzle Dazzle Rose #F23AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.52%

R = 47.17%
G = 11.31%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F23AD5 (or 0xF23AD5) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3A and D5. RGB value is (242,58,213). Sum of RGB (Red+Green+Blue) = 242+58+213=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 58 (23.05% from 255 or 11.31% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F23AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23AD5 is #0DC52A. Grayscale: #828282. Windows color (decimal): -902443 or 13974258. OLE color: 13974258.

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

Color convert

RGB 242 58 213 -
CMYK 0 0.76 0.12 0.05
HSL 309.46º 0.88% 0.59% -
HSV(B) 309.46º 0.76% 0.95% -
XYZ 50.14 26.71 65.46 -
YUV 130.69 174.46 207.4 -
System Red Green Blue C M Y K H S L
Decimal 242 58 213 0 0.76 0.12 0.05 309.46 0.88 0.59
Hex F2 3A D5 0 4C C 5 135 58 3B
Octal 362 72 325 0 114 14 5 465 130 73
Binary 11110010 111010 11010101 0 1001100 1100 101 100110101 1011000 111011

Color Harmonies of #F23AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23AD5

Black with #F23AD5

Text Example


Text Example

White with #F23AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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