Html Css Color HEX #F634CA Razzle Dazzle Rose

📋 copy color: '#F634CA'

red 246 ◦ green 52 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F634CA

Tints of Razzle Dazzle Rose #F634CA

RGB

 RED value IS 246 (96.48% from 255) = 49.2%

 GREEN value IS 52 (20.7% from 255) = 10.4%

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

R = 49.2%
G = 10.4%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F634CA (or 0xF634CA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 34 and CA. RGB value is (246,52,202). Sum of RGB (Red+Green+Blue) = 246+52+202=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 52 (20.70% from 255 or 10.4% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F634CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F634CA is #09CB35. Grayscale: #7E7E7E. Windows color (decimal): -641846 or 13251830. OLE color: 13251830.

HSL color Cylindrical-coordinate representation of color #F634CA: hue angle of 313.61º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F634CA is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 52 202 -
CMYK 0 0.79 0.18 0.04
HSL 313.61º 0.92% 0.58% -
HSV(B) 313.61º 0.79% 0.96% -
XYZ 49.89 26.31 58.33 -
YUV 127.11 170.27 212.8 -
System Red Green Blue C M Y K H S L
Decimal 246 52 202 0 0.79 0.18 0.04 313.61 0.92 0.58
Hex F6 34 CA 0 4F 12 4 13A 5C 3A
Octal 366 64 312 0 117 22 4 472 134 72
Binary 11110110 110100 11001010 0 1001111 10010 100 100111010 1011100 111010

Color Harmonies of #F634CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F634CA

Black with #F634CA

Text Example


Text Example

White with #F634CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F634CA; }

 p { color: rgb(246,52,202); }

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

background-color css

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

 a { background-color: rgb(246,52,202); }

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

border-color css

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

 span { border-color: rgb(246,52,202); }

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