Html Css Color HEX #F241C0 Razzle Dazzle Rose

📋 copy color: '#F241C0'

red 242 ◦ green 65 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F241C0

Tints of Razzle Dazzle Rose #F241C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.48%

R = 48.5%
G = 13.03%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F241C0 (or 0xF241C0) is known color: Razzle Dazzle Rose. HEX triplet: F2, 41 and C0. RGB value is (242,65,192). Sum of RGB (Red+Green+Blue) = 242+65+192=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 65 (25.78% from 255 or 13.03% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F241C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F241C0 is #0DBE3F. Grayscale: #848484. Windows color (decimal): -900672 or 12599794. OLE color: 12599794.

HSL color Cylindrical-coordinate representation of color #F241C0: hue angle of 316.95º 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 #F241C0 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 65 192 -
CMYK 0 0.73 0.21 0.05
HSL 316.95º 0.87% 0.6% -
HSV(B) 316.95º 0.73% 0.95% -
XYZ 48.02 26.46 52.45 -
YUV 132.4 161.64 206.17 -
System Red Green Blue C M Y K H S L
Decimal 242 65 192 0 0.73 0.21 0.05 316.95 0.87 0.6
Hex F2 41 C0 0 49 15 5 13D 57 3C
Octal 362 101 300 0 111 25 5 475 127 74
Binary 11110010 1000001 11000000 0 1001001 10101 101 100111101 1010111 111100

Color Harmonies of #F241C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F241C0

Black with #F241C0

Text Example


Text Example

White with #F241C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F241C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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