Html Css Color HEX #F429CA Razzle Dazzle Rose

📋 copy color: '#F429CA'

red 244 ◦ green 41 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F429CA

Tints of Razzle Dazzle Rose #F429CA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.42%

 BLUE value IS 202 (79.3% from 255) = 41.48%

R = 50.1%
G = 8.42%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F429CA (or 0xF429CA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 29 and CA. RGB value is (244,41,202). Sum of RGB (Red+Green+Blue) = 244+41+202=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 41 (16.41% from 255 or 8.42% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F429CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F429CA is #0BD635. Grayscale: #777777. Windows color (decimal): -775734 or 13249012. OLE color: 13249012.

HSL color Cylindrical-coordinate representation of color #F429CA: hue angle of 312.41º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F429CA is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 41 202 -
CMYK 0 0.83 0.17 0.04
HSL 312.41º 0.9% 0.56% -
HSV(B) 312.41º 0.83% 0.96% -
XYZ 48.76 25.08 58.15 -
YUV 120.05 174.25 216.41 -
System Red Green Blue C M Y K H S L
Decimal 244 41 202 0 0.83 0.17 0.04 312.41 0.9 0.56
Hex F4 29 CA 0 53 11 4 138 5A 38
Octal 364 51 312 0 123 21 4 470 132 70
Binary 11110100 101001 11001010 0 1010011 10001 100 100111000 1011010 111000

Color Harmonies of #F429CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F429CA

Black with #F429CA

Text Example


Text Example

White with #F429CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F429CA; }

 p { color: rgb(244,41,202); }

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

background-color css

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

 a { background-color: rgb(244,41,202); }

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

border-color css

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

 span { border-color: rgb(244,41,202); }

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