Html Css Color HEX #F241B5 Razzle Dazzle Rose

📋 copy color: '#F241B5'

red 242 ◦ green 65 ◦ blue 181

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

Shades of Razzle Dazzle Rose #F241B5

Tints of Razzle Dazzle Rose #F241B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.09%

R = 49.59%
G = 13.32%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F241B5 (or 0xF241B5) is known color: Razzle Dazzle Rose. HEX triplet: F2, 41 and B5. RGB value is (242,65,181). Sum of RGB (Red+Green+Blue) = 242+65+181=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F241B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F241B5 is #0DBE4A. Grayscale: #828282. Windows color (decimal): -900683 or 11878898. OLE color: 11878898.

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

Color convert

RGB 242 65 181 -
CMYK 0 0.73 0.25 0.05
HSL 320.68º 0.87% 0.6% -
HSV(B) 320.68º 0.73% 0.95% -
XYZ 46.85 25.99 46.26 -
YUV 131.15 156.14 207.07 -
System Red Green Blue C M Y K H S L
Decimal 242 65 181 0 0.73 0.25 0.05 320.68 0.87 0.6
Hex F2 41 B5 0 49 19 5 141 57 3C
Octal 362 101 265 0 111 31 5 501 127 74
Binary 11110010 1000001 10110101 0 1001001 11001 101 101000001 1010111 111100

Color Harmonies of #F241B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F241B5

Black with #F241B5

Text Example


Text Example

White with #F241B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F241B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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