Html Css Color HEX #F641CA Razzle Dazzle Rose

📋 copy color: '#F641CA'

red 246 ◦ green 65 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F641CA

Tints of Razzle Dazzle Rose #F641CA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.67%

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

R = 47.95%
G = 12.67%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F641CA (or 0xF641CA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 41 and CA. RGB value is (246,65,202). Sum of RGB (Red+Green+Blue) = 246+65+202=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F641CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F641CA is #09BE35. Grayscale: #868686. Windows color (decimal): -638518 or 13255158. OLE color: 13255158.

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

Color convert

RGB 246 65 202 -
CMYK 0 0.74 0.18 0.04
HSL 314.59º 0.91% 0.61% -
HSV(B) 314.59º 0.74% 0.96% -
XYZ 50.56 27.64 58.55 -
YUV 134.74 165.97 207.36 -
System Red Green Blue C M Y K H S L
Decimal 246 65 202 0 0.74 0.18 0.04 314.59 0.91 0.61
Hex F6 41 CA 0 4A 12 4 13B 5B 3D
Octal 366 101 312 0 112 22 4 473 133 75
Binary 11110110 1000001 11001010 0 1001010 10010 100 100111011 1011011 111101

Color Harmonies of #F641CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F641CA

Black with #F641CA

Text Example


Text Example

White with #F641CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F641CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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