Html Css Color HEX #F145D4 Razzle Dazzle Rose

📋 copy color: '#F145D4'

red 241 ◦ green 69 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F145D4

Tints of Razzle Dazzle Rose #F145D4

RGB

 RED value IS 241 (94.53% from 255) = 46.17%

 GREEN value IS 69 (27.34% from 255) = 13.22%

 BLUE value IS 212 (83.2% from 255) = 40.61%

R = 46.17%
G = 13.22%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F145D4 (or 0xF145D4) is known color: Razzle Dazzle Rose. HEX triplet: F1, 45 and D4. RGB value is (241,69,212). Sum of RGB (Red+Green+Blue) = 241+69+212=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 69 (27.34% from 255 or 13.22% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F145D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F145D4 is #0EBA2B. Grayscale: #888888. Windows color (decimal): -965164 or 13911537. OLE color: 13911537.

HSL color Cylindrical-coordinate representation of color #F145D4: hue angle of 310.12º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F145D4 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 69 212 -
CMYK 0 0.71 0.12 0.05
HSL 310.12º 0.86% 0.61% -
HSV(B) 310.12º 0.71% 0.95% -
XYZ 50.29 27.71 64.99 -
YUV 136.73 170.48 202.37 -
System Red Green Blue C M Y K H S L
Decimal 241 69 212 0 0.71 0.12 0.05 310.12 0.86 0.61
Hex F1 45 D4 0 47 C 5 136 56 3D
Octal 361 105 324 0 107 14 5 466 126 75
Binary 11110001 1000101 11010100 0 1000111 1100 101 100110110 1010110 111101

Color Harmonies of #F145D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F145D4

Black with #F145D4

Text Example


Text Example

White with #F145D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F145D4; }

 p { color: rgb(241,69,212); }

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

background-color css

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

 a { background-color: rgb(241,69,212); }

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

border-color css

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

 span { border-color: rgb(241,69,212); }

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