Html Css Color HEX #F430CD Razzle Dazzle Rose

📋 copy color: '#F430CD'

red 244 ◦ green 48 ◦ blue 205

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

Shades of Razzle Dazzle Rose #F430CD

Tints of Razzle Dazzle Rose #F430CD

RGB

 RED value IS 244 (95.7% from 255) = 49.09%

 GREEN value IS 48 (19.14% from 255) = 9.66%

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 49.09%
G = 9.66%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F430CD (or 0xF430CD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 30 and CD. RGB value is (244,48,205). Sum of RGB (Red+Green+Blue) = 244+48+205=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 48 (19.14% from 255 or 9.66% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F430CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F430CD is #0BCF32. Grayscale: #7C7C7C. Windows color (decimal): -773939 or 13447412. OLE color: 13447412.

HSL color Cylindrical-coordinate representation of color #F430CD: hue angle of 311.94º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F430CD is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 48 205 -
CMYK 0 0.80 0.16 0.04
HSL 311.94º 0.9% 0.57% -
HSV(B) 311.94º 0.8% 0.96% -
XYZ 49.38 25.75 60.13 -
YUV 124.5 173.43 213.23 -
System Red Green Blue C M Y K H S L
Decimal 244 48 205 0 0.80 0.16 0.04 311.94 0.9 0.57
Hex F4 30 CD 0 50 10 4 138 5A 39
Octal 364 60 315 0 120 20 4 470 132 71
Binary 11110100 110000 11001101 0 1010000 10000 100 100111000 1011010 111001

Color Harmonies of #F430CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F430CD

Black with #F430CD

Text Example


Text Example

White with #F430CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F430CD; }

 p { color: rgb(244,48,205); }

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

background-color css

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

 a { background-color: rgb(244,48,205); }

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

border-color css

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

 span { border-color: rgb(244,48,205); }

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