Html Css Color HEX #F241CA Razzle Dazzle Rose

📋 copy color: '#F241CA'

red 242 ◦ green 65 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F241CA

Tints of Razzle Dazzle Rose #F241CA

RGB

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

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

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

R = 47.54%
G = 12.77%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F241CA (or 0xF241CA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 41 and CA. RGB value is (242,65,202). Sum of RGB (Red+Green+Blue) = 242+65+202=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F241CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F241CA is #0DBE35. Grayscale: #858585. Windows color (decimal): -900662 or 13255154. OLE color: 13255154.

HSL color Cylindrical-coordinate representation of color #F241CA: hue angle of 313.56º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F241CA is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 65 202 -
CMYK 0 0.73 0.17 0.05
HSL 313.56º 0.87% 0.6% -
HSV(B) 313.56º 0.73% 0.95% -
XYZ 49.17 26.92 58.48 -
YUV 133.54 166.64 205.36 -
System Red Green Blue C M Y K H S L
Decimal 242 65 202 0 0.73 0.17 0.05 313.56 0.87 0.6
Hex F2 41 CA 0 49 11 5 13A 57 3C
Octal 362 101 312 0 111 21 5 472 127 74
Binary 11110010 1000001 11001010 0 1001001 10001 101 100111010 1010111 111100

Color Harmonies of #F241CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F241CA

Black with #F241CA

Text Example


Text Example

White with #F241CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F241CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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